﻿<SharedResources>
  <AnimationCollection Name="InstantDisappear">
    <VisibilityAnimation StartTime="0" EndValue="false"/>
  </AnimationCollection>
  <AnimationCollection Name="DelayedDisappear">
    <VisibilityAnimation StartTime="1" EndValue="false"/>
  </AnimationCollection>

  <AnimationCollection Name="FallAway">
    <ScaleAnimation StartValue="1" EndValue="0" Duration="1" TargetProperty="X"/>
    <ScaleAnimation StartValue="1" EndValue="0" Duration="1" TargetProperty="Y"/>
    <RotateAnimation StartValue="0" EndValue="360" Duration="1" CentreX="0.5" CentreY="0.5"/>
    <VisibilityAnimation EndValue="false" StartTime="1"/>
    <OpacityAnimation EndValue="0" Duration="0.9"/>
    <VisibilityAnimation StartTime="0.9" EndValue="False"/>
    <OpacityAnimation EndValue="1" StartTime="1"/>
  </AnimationCollection>

  <AnimationCollection Name="DropOffToRight">
    <TranslateAnimation StartValue="0" EndValue="5000" Duration="0.75" TargetProperty="X">
      <CircularEase EasingMode="In"/>
    </TranslateAnimation>
    <VisibilityAnimation EndValue="false" StartTime="0.75"/> 
  </AnimationCollection>

  <AnimationCollection Name="SlideOutToTheBottom">
    <TranslateAnimation StartValue="0" EndValue="2000" Duration="1" TargetProperty="Y">
      <QuadraticEase EasingMode="In"/>
    </TranslateAnimation>
    <VisibilityAnimation EndValue="false" StartTime="1"/>
  </AnimationCollection>
  
  <AnimationCollection Name="SlideOutToTheTop">
    <TranslateAnimation StartValue="0" EndValue="-3000" Duration="1" TargetProperty="Y"/>
    <VisibilityAnimation EndValue="false" StartTime="1"/>
  </AnimationCollection>

  <AnimationCollection Name="MoleSlideOut">
    <TranslateAnimation EndValue="2000" Duration="1" TargetProperty="Y">
      <QuadraticEase EasingMode="In"/>
    </TranslateAnimation>
  </AnimationCollection>
  
  <AnimationCollection Name="WobbleOutFast">
    <VisibilityAnimation StartTime="0.98" EndValue="False"/>
    <TranslateAnimation StartValue="0" EndValue="3" Duration="1.0" TargetProperty="Y">
      <SinusoidalEase Frequency="6.3" EasingMode="In"/>
    </TranslateAnimation>
    <TranslateAnimation StartValue="0" EndValue="3" Duration="1.0" TargetProperty="X">
      <SinusoidalEase Frequency="8" EasingMode="In"/>
    </TranslateAnimation>
    <OpacityAnimation StartValue="1" EndValue="0" Duration="1.0"/>
  </AnimationCollection>
  
  <AnimationCollection Name="DealOutToTheLeft" >
    <VisibilityAnimation StartTime="0.98" EndValue="False"/>
    <TranslateAnimation StartValue="0" EndValue="-2000" Duration="1" TargetProperty="X">
      <QuadraticEase EasingMode="Out"/>
    </TranslateAnimation>
  </AnimationCollection>

  <AnimationCollection Name="DealOutToTheRight" >
    <VisibilityAnimation StartTime="0.98" EndValue="False"/>
    <TranslateAnimation StartValue="0" EndValue="2000" Duration="1" TargetProperty="X">
      <QuadraticEase EasingMode="Out"/>
    </TranslateAnimation>
  </AnimationCollection>

  <AnimationCollection Name="DealOutToTheBottomRight" >
    <VisibilityAnimation StartTime="0.98" EndValue="False"/>
    <OpacityAnimation StartTime="0.8" Duration="0.2" EndValue="0"/>
    <TranslateAnimation StartValue="0" EndValue="200" Duration="1" TargetProperty="X">
      <QuadraticEase EasingMode="Out"/>
    </TranslateAnimation>
    <TranslateAnimation StartValue="0" EndValue="2000" Duration="1" TargetProperty="Y">
      <QuadraticEase EasingMode="Out"/>
    </TranslateAnimation>
  </AnimationCollection>

  <AnimationCollection Name="ScaleDown">
    <VisibilityAnimation StartTime="0.4" EndValue="False"/>
    <ScaleAnimation StartValue="1" EndValue="0" Duration="0.4" TargetProperty="X"/>
    <ScaleAnimation StartValue="1" EndValue="0" Duration="0.4" TargetProperty="Y"/>
  </AnimationCollection>

  <AnimationCollection Name="ScaleDownSlow">
    <VisibilityAnimation StartTime="1.5" EndValue="False"/>
    <ScaleAnimation StartValue="1" EndValue="0" Duration="1.5" TargetProperty="X"/>
    <ScaleAnimation StartValue="1" EndValue="0" Duration="1.5" TargetProperty="Y"/>
  </AnimationCollection>

  <AnimationCollection Name="ScaleUpAndFadeOut">
    <ScaleAnimation StartValue="1" EndValue="1.5" Duration="0.9" TargetProperty="X"/>
    <ScaleAnimation StartValue="1" EndValue="1.5" Duration="0.9" TargetProperty="Y"/>
    <OpacityAnimation EndValue="0" Duration="0.9"/>
    <VisibilityAnimation StartTime="0.9" EndValue="False"/>
    <OpacityAnimation EndValue="1" StartTime="1"/>
    <ScaleAnimation StartTime="1" EndValue="1" TargetProperty="X"/>
    <ScaleAnimation StartTime="1" EndValue="1" TargetProperty="Y"/>
  </AnimationCollection>

  <AnimationCollection Name="ScaleUpAndFadeOutFast">
    <ScaleAnimation StartValue="1" EndValue="1.25" Duration="0.3" TargetProperty="X"/>
    <ScaleAnimation StartValue="1" EndValue="1.25" Duration="0.3" TargetProperty="Y"/>
    <OpacityAnimation EndValue="0" StartTime="0.1" Duration="0.2"/>
    <VisibilityAnimation StartTime="0.3" EndValue="False"/>
    <OpacityAnimation EndValue="1" StartTime="1"/>
    <ScaleAnimation StartTime="1" EndValue="1" TargetProperty="X"/>
    <ScaleAnimation StartTime="1" EndValue="1" TargetProperty="Y"/>
  </AnimationCollection>

  <AnimationCollection Name="PopOut">
    <VisibilityAnimation StartTime="0.3" EndValue="False"/>
    <ScaleAnimation StartTime="0.0" StartValue="1" EndValue="1.06" Duration="0.1" TargetProperty="X">
      <QuadraticEase EasingMode="In"/>
    </ScaleAnimation>
    <ScaleAnimation StartTime="0.0" StartValue="1" EndValue="1.06" Duration="0.1" TargetProperty="Y">
      <QuadraticEase EasingMode="In"/>
    </ScaleAnimation>
    <ScaleAnimation StartTime="0.1" StartValue="1.06" EndValue="0.2" Duration="0.2" TargetProperty="X">
      <QuadraticEase EasingMode="In"/>
    </ScaleAnimation>
    <ScaleAnimation StartTime="0.1" StartValue="1.06" EndValue="0.2" Duration="0.2" TargetProperty="Y">
      <QuadraticEase EasingMode="In"/>
    </ScaleAnimation>
  </AnimationCollection>


</SharedResources>

